home *** CD-ROM | disk | FTP | other *** search
-   Pict
-
- Inherits from: Graphic
-
-
- _____________________________________________________
-   name *212*
-
- Type: string
- Description: Used by the primitive find-item to find a «Pict» by name.
-
-
- _____________________________________________________
-   owner *212*
-
- Type: Window
- Constraints: Not settable.
- Description: If «Pict» is a member of item list of an active «Window», then the value of this attribute is that «Window»; otherwise it is NULL.
-
-
- _____________________________________________________
-   active? *212*
-
- Type: boolean
- Constraints: Not settable on default.
- Description: «Pict» responds to clicks only if the value of this attribute is TRUE.
-
-
- _____________________________________________________
-   visible? *212*
-
- Type: boolean
- Description: «Pict» is displayed in the owning «Window» if and only if the value of this attribute is TRUE.
- Side effects: Setting causes «Pict» to be redrawn in the owning «Window».
-
-
- _____________________________________________________
-   move? *213*
-
- Type: boolean
- Description: The location of «Pict» is changed relative to the size of the owning «Window» if and only if the value of this attribute is TRUE.
-
-
- _____________________________________________________
-   grow? *213*
-
- Type: boolean
- Description: The size of «Pict» is changed relative to the size of the owning «Window» if and only if the value of this attribute is TRUE.
-
-
- _____________________________________________________
-   location *213*
-
- Type: Point
- Description: The location of the upper left corner of «Pict» in owning «Window».
- Side effects: Setting causes «Pict» to be redrawn.
-
-
- _____________________________________________________
-   size *213*
-
- Type: Point
- Description: Offset of lower right corner of «Pict» from upper left corner.
- Side effects: Setting causes «Pict» to be redrawn.
-
-
- _____________________________________________________
-   balloon *213*
-
- Type: list
- Description: Balloon Help information; format varies with the type (Prograph string or 'STR ', 'STR#', 'TEXT' or 'PICT' resource) of Balloon Help.
-
-
- _____________________________________________________
-   click method *214*
-
- Type: string
- Description: The name of the method called when a click occurs on the «Pict». «Pict» responds to clicks only if this is a nonempty string.
- Method inputs: <owning «Window»>, «Pict», <EventRecord of click>
-
-
- _____________________________________________________
-   rsrc record *214*
-
- Type: ABlock@@
- Constraints: Not settable.
- Description: Pict resource.
-
-
- _____________________________________________________
-   rsrc number *214*
-
- Type: Integer
- Description: The ID number of the resource in the resource fork of the file.
- Side effects: Setting causes «Pict» to be redrawn.
-
-
-